From: Andreas Schwab Date: Sun, 1 Feb 2004 16:27:00 +0000 (+0000) Subject: (executable-command-find-posix-p): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24304 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9ad55172111b2d0ec93b843205a93146f1096b53;p=emacs.git (executable-command-find-posix-p): Doc fix. --- diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 4d12031588d..b301d84d144 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el @@ -1,6 +1,6 @@ ;;; executable.el --- base functionality for executable interpreter scripts -*- byte-compile-dynamic: t -*- -;; Copyright (C) 1994, 1995, 1996, 2000, 2003 by Free Software Foundation, Inc. +;; Copyright (C) 1994, 1995, 1996, 2000, 2003, 2004 by Free Software Foundation, Inc. ;; Author: Daniel Pfeiffer ;; Keywords: languages, unix @@ -143,7 +143,7 @@ See `compilation-error-regexp-alist'.") ;;;###autoload (defun executable-command-find-posix-p (&optional program) "Check if PROGRAM handles arguments Posix-style. -If PROGRAM is non-nil, use that instead of "find"." +If PROGRAM is non-nil, use that instead of \"find\"." ;; Pick file to search from location we know (let* ((dir (car load-path)) (file (find-if